home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTABSCONFIRMCLOSEDIALOG / TTABSCONFIRMCLOSEDIALOG.txt
Text File  |  2008-11-03  |  904b  |  49 lines

  1. inherited TabsConfirmCloseDialog: TTabsConfirmCloseDialog
  2.   Left = 324
  3.   Top = 136
  4.   ActiveControl = YesBtn
  5.   Caption = 'Confirm'
  6.   ClientHeight = 93
  7.   ClientWidth = 321
  8.   OnCreate = FormCreate
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Image: TUiImage
  12.     Left = 16
  13.     Top = 16
  14.     Width = 32
  15.     Height = 32
  16.   end
  17.   object Lbl: TUiLabel
  18.     Left = 64
  19.     Top = 24
  20.     Height = 13
  21.     Caption = 'Close multiple tabs?'
  22.   end
  23.   object DontShowAgainEdit: TUiCheckBox
  24.     Left = 16
  25.     Top = 64
  26.     Height = 17
  27.     Caption = 'Don'#39't show again'
  28.     TabOrder = 0
  29.   end
  30.   object YesBtn: TUiButton
  31.     Left = 160
  32.     Top = 64
  33.     Caption = '&Yes'
  34.     Default = True
  35.     ModalResult = 6
  36.     TabOrder = 1
  37.     AutoSize = asRight
  38.   end
  39.   object CancelBtn: TUiButton
  40.     Left = 240
  41.     Top = 64
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.     AutoSize = asRight
  47.   end
  48. end
  49.